home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / intro.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1997-08-28  |  243 b   |  13 lines

  1. on installroll
  2.   if rollOver(4) then
  3.     set the visible of sprite 4 to 1
  4.   else
  5.     set the visible of sprite 4 to 0
  6.   end if
  7.   if rollOver(5) then
  8.     set the visible of sprite 5 to 1
  9.   else
  10.     set the visible of sprite 5 to 0
  11.   end if
  12. end
  13.